hv-sys 0.1.1

Unsafe bindings for Hypervisor Framework generated with bindgen
docs.rs failed to build hv-sys-0.1.1
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.

hv-sys

CI Crates.io Crates.io

Unsafe -sys crate with raw, unsafe bindings for Hypervisor Framework, automatically generated with bindgen.

Please don't use this crate directly, have a look on hv crate instead. It offers high level safer Rust API to access Hypervisor Framework.

Also please see the repository for ongoing work, questions, submit bugs, etc.

Usage

Add the following to your Cargo.toml:

[dependencies]
hv-sys = "0.1"